testing.common.Errorf (method, view implemented interface methods)
8 uses
testing (current package)
fuzz.go#L399: f.Errorf("communicating with fuzzing coordinator: %v", err)
testing.go#L1202: func (c *common) Errorf(format string, args ...any) {
testing.go#L1369: c.Errorf("TempDir RemoveAll cleanup: %v", err)
testing.go#L1511: c.Errorf("disallowed whitespace in attribute key %q", key)
testing.go#L1515: c.Errorf("disallowed newline in attribute value %q", value)
testing.go#L1617: c.Errorf("race detected during execution of test")
testing.go#L1811: t.Errorf("%v: subtest may have called FailNow on a parent test", err)
testing.go#L1825: t.Errorf("%s%s\n%s\n", prefix, err, string(debug.Stack()))